github.com/andybalholm/brotli/matchfinder.Writer.writeBlock (method)

4 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L65: 		return w.writeBlock(p, false)
		matchfinder.go#L71: 		w.writeBlock(w.inBuf[pos:pos+w.BlockSize], false)
		matchfinder.go#L81: func (w *Writer) writeBlock(p []byte, lastBlock bool) (n int, err error) {
		matchfinder.go#L90: 	w.writeBlock(w.inBuf, true)